func crypto/internal/nistec.p256Add

5 uses

	crypto/internal/nistec (current package)
		p256_asm.go#L144: 	p256Add(threeX, x, x)
		p256_asm.go#L145: 	p256Add(threeX, threeX, x)
		p256_asm.go#L151: 	p256Add(x3, x3, threeX)
		p256_asm.go#L152: 	p256Add(x3, x3, p256B)
		p256_asm.go#L182: func p256Add(res, x, y *p256Element) {